Backport from trunk: Fix bug#6298.
authorDrew Adams <drew.adams@oracle.com>
Mon, 31 May 2010 15:24:46 +0000 (17:24 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 31 May 2010 15:24:46 +0000 (17:24 +0200)
lisp/ChangeLog
lisp/files.el

index df017780318cbd7ac18edc4be7b21b0d46eac864..39b0ef8cf7fcb2ad79107b81391ff563693f57fc 100644 (file)
@@ -1,3 +1,7 @@
+2010-05-31  Drew Adams  <drew.adams@oracle.com>
+
+       * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
+
 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
 
        * subr.el (momentary-string-display): Just use read-event to read
index 76345034c6e050216a41a1b076ea2b1e616742c4..4c8199725557f687c3976b48ce642de13ebb9faa 100644 (file)
@@ -4647,7 +4647,7 @@ this happens by default."
 
 (defconst directory-files-no-dot-files-regexp
   "^\\([^.]\\|\\.\\([^.]\\|\\..\\)\\).*"
-  "Regexp of file names excluging \".\" an \"..\".")
+  "Regexp matching any file name except \".\" and \"..\".")
 
 (defun delete-directory (directory &optional recursive)
   "Delete the directory named DIRECTORY.  Does not follow symlinks.